Skip to content

Unpin version of slevomat/coding-standard#2361

Merged
dereuromark merged 1 commit into0.xfrom
chore-
Jun 9, 2025
Merged

Unpin version of slevomat/coding-standard#2361
dereuromark merged 1 commit into0.xfrom
chore-

Conversation

@MasterOdin
Copy link
Copy Markdown
Member

slevomat/coding-standard has fixed slevomat/coding-standard#1760 with 8.19.1, so we should be able to unpin the version we were testing against.

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
@dereuromark dereuromark merged commit d550d79 into 0.x Jun 9, 2025
12 checks passed
@dereuromark dereuromark deleted the chore- branch June 9, 2025 19:44
"cs-fix": "phpcbf",
"stan": "phpstan analyse",
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.9.0 && composer require --dev slevomat/coding-standard:8.18.1 && mv composer.backup composer.json",
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.9.0 && mv composer.backup composer.json",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

phpstan should also be 2.1+ at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False positive for SlevomatCodingStandard.Classes.PropertyDeclaration.MultipleSpacesBetweenTypeHintAndProperty

2 participants